Pacify gcc -Wdouble-precision when using Xaw.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 31 May 2012 06:51:43 +0000 (23:51 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 31 May 2012 06:51:43 +0000 (23:51 -0700)
commite502c778da609bda51d033acb298dec0283733e3
tree678d7dbb009bfa67cd4a32a12857cad1eb7d837e
parentc182f80b25690a6b453ea0e996851e74f6e6783b
Pacify gcc -Wdouble-precision when using Xaw.

* xterm.c (xaw_jump_callback, x_set_toolkit_scroll_bar_thumb)
[HAVE_X_WINDOWS && USE_TOOLKIT_SCROLL_BARS && !USE_MOTIF && !USE_GTK]:
Use 'float' consistently, rather than 'float' in most places
and 'double' in a couple of places.
src/ChangeLog
src/xterm.c